AfterScale
Description
Scales the drawing relative to the specified point using a specific scale factor.
Set IsAbsolute parameter to True in order to perform scaling relative to the drawing's extents, otherwise scaling will be performed relative the current scale factor.
Syntax
function AlterScale(Factor: Double; IsAbsolute: Boolean; Position: TPoint): Boolean; override;